home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc20
/
gemfsc20.lzh
/
GEMFUNCS
/
EVNWBTN.C
< prev
next >
Wrap
C/C++ Source or Header
|
1993-03-07
|
524b
|
19 lines
/**************************************************************************
* ENVWBTN.C - Wait for mouse button up or down.
*************************************************************************/
#include "gemfintl.h"
/*-------------------------------------------------------------------------
*
*-----------------------------------------------------------------------*/
void evn_wbutton(up_or_down)
short up_or_down;
{
short dmy;
evnt_button(1, 1, up_or_down, &dmy, &dmy, &dmy, &dmy);
}